Welcome![Sign In][Sign Up]
Location:
Search - ucos can

Search list

[OS DevelopF2812-UCOS

Description: f2812的初始化构架,中断向量表,UCOS代码。 特别注意,具体应用时要充分考虑任务堆栈,防止堆栈溢出造成的BUG!本人所用开发环境为CCS2.2。这是为公司项目写的开始测试,不设计公司机密,可以随意使用。但下载者如涉及与INT公司项目有关应用,须经INT公司许可!-f2812 framework of the initialization, interrupt to the scale, UCOS code. Special attention to the specific application must fully consider tasks stack, stack overflow prevention of the BUG! I used development environment for DSP. This project is to write the company began testing, the design company secrets can be free to use. But those who download INT involved with the project company for the application, the company is subject to permission INT!
Platform: | Size: 126731 | Author: 洪远洋 | Hits:

[Other resourceucOS-II-GPS

Description: ucOS-II 实例:GPS应用源码,可以掌握GPS通信原理,学习NMEA0183 ASCII接口协议格式。-ucOS-II examples : GPS application source code, can acquire GPS Communication Theory, Learning NMEA0183 ASCII Interface Protocol format.
Platform: | Size: 1022615 | Author: 张磊 | Hits:

[Other resourceNEC-uCOS-II-V850E

Description: All µ C/OS ports can easily be ported to µ C/OS-II.
Platform: | Size: 9239 | Author: hong | Hits:

[Linux-UnixUcos-Ii.The.Real-Time.Kernel

Description: This book is intended for embedded system programmers, consultants and students interested in real-time operating systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products (see Appendix F, Licensing). Instead of writing your own kernel, you should consider μC/OS-II. You will find, as I did, that writing a kernel is not as easy as it first looks.
Platform: | Size: 870548 | Author: Jacky | Hits:

[Other resourceuCOS-II-FlashLite-186.ZIP

Description: ucos flashlite,从中可以学到很我flash的优化技巧.-OUT flashlite, from which I can learn very flash optimization techniques.
Platform: | Size: 434629 | Author: Jacky | Hits:

[Other resourcegps+ucos-ii

Description: 基于ucos-ii的GPS源码,能够使用GPS驱动中间件来获取GPS地理信息。-based CENTER-ii GPS source, Drivers can use GPS GPS middleware to access geographic information.
Platform: | Size: 252431 | Author: 王大军 | Hits:

[Other resourceUcos-Ii-v261-Microblaze-Nohauupdated-fixed05-2006.

Description: uC/OS-II Notes from Nohau Corporation The code associated with this readme.txt file is provided \"as is\". The code was written with the intention of creating a functional RTOS demo for the Nohau evaluation boards that can run a MicroBlaze core. You can use this code for any and all of your projects, as you see fit. Nohau Corporation does not warrant that the code is bug-free, and will provide no support for this RTOS port.-Phone / OS-II Notes from The Nohau Corporation code associated with this readme.txt file is pr ovided "as is." The code was written with the int ention of creating a functional RTOS demo for th e Nohau evaluation boards that can run a MicroBl aze core. You can use this code for any and all of y our projects. as you see fit. Nohau Corporation does not warra nt that the code is bug-free, and will provide no support for this RTOS port.
Platform: | Size: 14907 | Author: 李月 | Hits:

[Other resourceUCOS

Description: 这个是UCOS的源代码,大家有兴趣可以-this the source code, you can be interested in reading
Platform: | Size: 52983 | Author: 王松 | Hits:

[Other resourceuCOS-II到 C51单片机下的移植

Description: 嵌入式操作系统ucos在51单片机上的移植,很有实用价值,参考这个程序也可以把ucos轻松的移植到其它mcu或arm及dsp上-embedded operating system in the SCM 51 transplant, useful, reference to this procedure can also CENTER easily ported to other mcu or on the arm and dsp
Platform: | Size: 85235 | Author: 初学乍练 | Hits:

[Other resourceucos for sdt

Description: ucos for sdt,包括源码和程序,可用于基于ARM7S3C44B0的应用设计中!-CENTER for sdt, including source code and procedures can be used on ARM7S3C44B0 Application Design!
Platform: | Size: 208127 | Author: 李爱成 | Hits:

[Technology Managementcan 通信协议

Description: can协议的一些资料 包括在uCOS下得驱动
Platform: | Size: 8576990 | Author: cxfzlx | Hits:

[Embeded-SCM DevelopAT91M55800

Description: 前段时间做了一个AT91M55800的芯片测试,测试通过后,现在把一个启动AT91M55800芯片的初始化程序上传。每个人的硬件不同,但是可以借鉴一下。-earlier done a Degital chip test passed, now a start Degital chips upload initialization procedures. Each person's different hardware, but we can learn some lessons from.
Platform: | Size: 163840 | Author: 谢小逊 | Hits:

[uCOSFS44B0II_uCOS276

Description: uCOS II的FS44B0X II移植版本,直接编译就可以在板子上跑了-uCOS II FS44B0X transplant II version can be directly translated in a run on the board
Platform: | Size: 564224 | Author: 李翔 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[uCOS本移植也是从网上Download的

Description: 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\ArmUCOS\App\test1\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\ArmUCOS\下,这样上面的文件能直接编译 3。若有疑问电zh_lyp@163.com-1. The transplant is the Download from the Internet, do a little a bit collated. In addition OS_CPU.h transplantation, OS_CPU_A.s, OS_CPU_C.C three functions outside interruption devoted to a function OS_int_A . s by the rules can be written two interrupt function. Application examples \ ArmUCOS \ App \ test1 \ test.mcp Zhou, the meritorious 2,104 wrench on the ram which can be run directly (code+ datalt; 16K), the use of attention. A library file (I used to use such a) 3. All the files on D : \ ArmUCOS \, so the above documents can be directly translated 3. If in doubt-- zh_lyp@163.com
Platform: | Size: 471040 | Author: 套件 | Hits:

[uCOSuCOSII Ver272 for Strong44B0

Description: 移植成功到ARM7的UCOS-II操作系统,可靠运行。内有使用事例程序,用户可直接在上开发应用程序。-successful transplantation of the UCOS ARM7-II operating system, reliable operation. There are examples of the use of procedures, users can directly in the development and application procedures.
Platform: | Size: 254976 | Author: 张兴国 | Hits:

[OS DevelopProcessor

Description: 本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。-This procedure has priority to count dispatcher s algorithm , the procedure that attach the source code and can be operated for the operating system processor , compile passing under VC, wrote with the function of C basically.
Platform: | Size: 102400 | Author: wlh | Hits:

[uCOSOSEK

Description: 下载的小程序,做UCOS的应该有一些用,可以浏览一下-download the small program, so the UCOS should be some use, what can browse
Platform: | Size: 3467264 | Author: wtj | Hits:

[uCOSuc-fs-for-vc

Description: 做UCOS的可以参考一下,是嵌入式开发的较好的程序-can do UCOS the reference is embedded development of better procedures
Platform: | Size: 1227776 | Author: wtj | Hits:

[ARM-PowerPC-ColdFire-MIPSucos for sdt

Description: ucos for sdt,包括源码和程序,可用于基于ARM7S3C44B0的应用设计中!-CENTER for sdt, including source code and procedures can be used on ARM7S3C44B0 Application Design!
Platform: | Size: 207872 | Author: 李爱成 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net